org.eclipse.vtp.desktop.editors.core.elements
Class SubdialogInformationProvider.SubdialogInput

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.elements.SubdialogInformationProvider.SubdialogInput
Enclosing class:
SubdialogInformationProvider

public class SubdialogInformationProvider.SubdialogInput
extends java.lang.Object


Field Summary
 java.lang.String name
           
 int type
           
 java.lang.String value
           
 
Constructor Summary
SubdialogInformationProvider.SubdialogInput(java.lang.String name, int type, java.lang.String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

type

public int type

value

public java.lang.String value
Constructor Detail

SubdialogInformationProvider.SubdialogInput

public SubdialogInformationProvider.SubdialogInput(java.lang.String name,
                                                   int type,
                                                   java.lang.String value)